type github.com/jackc/pgx/v5.emptyBatchResults

6 uses

	github.com/jackc/pgx/v5 (current package)
		batch.go#L455: type emptyBatchResults struct {
		batch.go#L461: func (br *emptyBatchResults) Exec() (pgconn.CommandTag, error) {
		batch.go#L469: func (br *emptyBatchResults) Query() (Rows, error) {
		batch.go#L482: func (br *emptyBatchResults) QueryRow() Row {
		batch.go#L489: func (br *emptyBatchResults) Close() error {
		conn.go#L944: 		return &emptyBatchResults{conn: c}